home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Unix / Shells / zsh / Source / help / ulimit < prev    next >
Encoding:
Text File  |  1993-10-08  |  1.3 KB  |  27 lines

  1.        ulimit [ -Hacdflmnopstv ] [ limit ]
  2.               Set or display a resource  limit.  When  setting  a
  3.               limit  it  will  apply to the children of the shell
  4.               but not to the shell itself. The value of limit can
  5.               be  a  number  in  the  unit specified below or the
  6.               value unlimited.  If the H flag is given  use  hard
  7.               limits instead of soft limits.
  8.               -a     Lists all of the current resource limits.
  9.               -c     The number of 512-byte blocks on the size of
  10.                      core dumps.
  11.               -d     The number of K-bytes on  the  size  of  the
  12.                      data segment.
  13.               -f     The number of 512-byte blocks on the size of
  14.                      files written.
  15.               -l     The number of K-bytes on the size of locked-
  16.                      in memory.
  17.               -m     The  number of K-bytes on the size of physi-
  18.                      cal memory.
  19.               -n     The number of file descriptors.
  20.               -o     The number of open files.
  21.               -p     The number of processes.
  22.               -s     The number of K-bytes on  the  size  of  the
  23.                      stack.
  24.               -t     The number of CPU seconds to be used.
  25.               -v     The number of K-bytes on the size of virtual
  26.                      memory.
  27.